/* common attr */
a {
    color: #333333;
}

body {
    font-family: '微软雅黑';
    width: 100%;
    min-width: 1220px;
    /* min-width: 1366px; */
    font-size: 16px;
    background: #f7f7f7;
}

.container {
    width: 1220px;
    /* height: 100%; */
    margin: 0 auto;
}

/* common list */

.common-list {
    width: 100%;
}

.common-list-tit {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eae8e8;
}

.common-list-tit li {
    float: left;
    height: 50px;
    line-height: 40px;
    font-size: 22px;
    margin-right: 35px;
}

.common-list-tit li.on {
    font-weight: bold;
    border-bottom: 3px solid #1a56a8;
}

.common-list-tit li.on a {
    color: #1a56a8;
}

.common-list-items {
    padding-top: 5px;
    overflow: hidden;
}

.common-list-items li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 15px;
    background: url(dot-blue.png) no-repeat left center;
    margin-top: 8px;
}

.common-list-items li span {
    float: right;
    color: #adadad;
}

.common-list-pic {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
	overflow: hidden;
}

.common-list-pic img {
    width: 100%;
    height: 100%;
}

.common-list-pic-txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 34px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.8;
    overflow: hidden;
}

.common-list-pic-txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 34px;
    line-height: 33px;
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
}

.common-list-pic-txt a {
    font-size: 14px;
    color: #ffffff;
}

/* current position */

.current-position {
    width: 100%;
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    color: #1a56a8;
}

.current-position a {
    color: #1a56a8;
}

.current-position > .container {
    background: url(postion.png) no-repeat 20px center;
    padding-left: 45px;
}